home *** CD-ROM | disk | FTP | other *** search
/ Hacker 14 / HACKER14.ISO / Utils / WinAmpDatabase100.exe / WinAmp Database.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1998-11-22  |  6KB  |  266 lines

  1. object Form2: TForm2
  2.   Left = 413
  3.   Top = 258
  4.   HelpContext = 30
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Add Files'
  8.   ClientHeight = 242
  9.   ClientWidth = 258
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 13
  22.     Top = 129
  23.     Width = 42
  24.     Height = 13
  25.     Caption = 'FileMask'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 13
  29.     Top = 158
  30.     Width = 53
  31.     Height = 13
  32.     Caption = 'Import path'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 13
  36.     Top = 100
  37.     Width = 31
  38.     Height = 13
  39.     Caption = 'Name:'
  40.   end
  41.   object DriveChk: TCheckBox98
  42.     Left = 112
  43.     Top = 184
  44.     Width = 104
  45.     Height = 15
  46.     Hint = 
  47.       'If the drivename (e.g. C:) isn'#39't in the path, the file will be s' +
  48.       'ought for on all drives'
  49.     Caption = 'DriveName in path'
  50.     ParentShowHint = False
  51.     ShowHint = True
  52.   end
  53.   object RecursiveChk: TCheckBox98
  54.     Left = 13
  55.     Top = 184
  56.     Width = 86
  57.     Height = 15
  58.     Hint = 'Scan all sub-directories of Import Path for files'
  59.     Caption = 'Sub-directories'
  60.     Checked = True
  61.     ParentShowHint = False
  62.     ShowHint = True
  63.     State = cbChecked
  64.   end
  65.   object GroupBox2: TGroupBox
  66.     Left = 108
  67.     Top = 7
  68.     Width = 138
  69.     Height = 74
  70.     Caption = 'ID3'
  71.     ParentShowHint = False
  72.     ShowHint = False
  73.     TabOrder = 0
  74.     object ID3Artist: TCheckBox98
  75.       Left = 10
  76.       Top = 16
  77.       Width = 39
  78.       Height = 15
  79.       Caption = 'Artist'
  80.       Checked = True
  81.       Enabled = False
  82.       ParentShowHint = False
  83.       ShowHint = False
  84.       State = cbChecked
  85.     end
  86.     object ID3Title: TCheckBox98
  87.       Left = 10
  88.       Top = 33
  89.       Width = 36
  90.       Height = 15
  91.       Caption = 'Title'
  92.       Checked = True
  93.       Enabled = False
  94.       ParentShowHint = False
  95.       ShowHint = False
  96.       State = cbChecked
  97.     end
  98.     object ID3Album: TCheckBox98
  99.       Left = 10
  100.       Top = 50
  101.       Width = 45
  102.       Height = 15
  103.       Caption = 'Album'
  104.       Checked = True
  105.       Enabled = False
  106.       ParentShowHint = False
  107.       ShowHint = False
  108.       State = cbChecked
  109.     end
  110.     object ID3Year: TCheckBox98
  111.       Left = 65
  112.       Top = 16
  113.       Width = 38
  114.       Height = 15
  115.       Caption = 'Year'
  116.       Checked = True
  117.       Enabled = False
  118.       ParentShowHint = False
  119.       ShowHint = False
  120.       State = cbChecked
  121.     end
  122.     object ID3Genre: TCheckBox98
  123.       Left = 65
  124.       Top = 33
  125.       Width = 45
  126.       Height = 15
  127.       Caption = 'Genre'
  128.       Checked = True
  129.       Enabled = False
  130.       ParentShowHint = False
  131.       ShowHint = False
  132.       State = cbChecked
  133.     end
  134.     object ID3Comment: TCheckBox98
  135.       Left = 65
  136.       Top = 50
  137.       Width = 60
  138.       Height = 15
  139.       Caption = 'Comment'
  140.       Checked = True
  141.       Enabled = False
  142.       ParentShowHint = False
  143.       ShowHint = False
  144.       State = cbChecked
  145.     end
  146.   end
  147.   object GroupBox1: TGroupBox
  148.     Left = 12
  149.     Top = 7
  150.     Width = 85
  151.     Height = 74
  152.     Caption = 'Naming'
  153.     TabOrder = 1
  154.     object FileNameRad: TRadioButton
  155.       Left = 9
  156.       Top = 21
  157.       Width = 69
  158.       Height = 17
  159.       Hint = 'Extract Artist and Title from FileName, separated by a '#39'-'#39
  160.       Caption = 'FileName'
  161.       Checked = True
  162.       ParentShowHint = False
  163.       ShowHint = True
  164.       TabOrder = 0
  165.       TabStop = True
  166.       OnClick = ID3RadClick
  167.     end
  168.     object ID3Rad: TRadioButton
  169.       Left = 9
  170.       Top = 44
  171.       Width = 64
  172.       Height = 17
  173.       Hint = 'Use ID3 tags from MP3 songs if available instead of FileName'
  174.       Caption = 'ID3 Tag'
  175.       ParentShowHint = False
  176.       ShowHint = True
  177.       TabOrder = 1
  178.       OnClick = ID3RadClick
  179.     end
  180.   end
  181.   object EdtFileMask: TEdit
  182.     Left = 73
  183.     Top = 125
  184.     Width = 173
  185.     Height = 21
  186.     Hint = 
  187.       'Enter FileMask separated by a '#39';'#39' for the files to be included i' +
  188.       'n the database'
  189.     ParentShowHint = False
  190.     ShowHint = True
  191.     TabOrder = 2
  192.     Text = '*.mp2;*.mp3'
  193.   end
  194.   object ImportDirEdt: TEdit
  195.     Left = 72
  196.     Top = 154
  197.     Width = 149
  198.     Height = 21
  199.     Hint = 'Scan this path for files'
  200.     ParentShowHint = False
  201.     ShowHint = True
  202.     TabOrder = 3
  203.   end
  204.   object DiskNameEdt: TEdit
  205.     Left = 73
  206.     Top = 96
  207.     Width = 173
  208.     Height = 21
  209.     Hint = 'Enter a name for the song collection'
  210.     ParentShowHint = False
  211.     ShowHint = True
  212.     TabOrder = 4
  213.   end
  214.   object Button1: TFlatButton
  215.     Left = 50
  216.     Top = 208
  217.     Width = 75
  218.     Height = 25
  219.     Hint = 'Scan Import Path for files to add to the database'
  220.     Caption = '&Import'
  221.     Default = True
  222.     ParentShowHint = False
  223.     ShowHint = True
  224.     TabOrder = 5
  225.     OnClick = Button1Click
  226.     BevelWidth = 1
  227.     BevelWidthM = 2
  228.     BevelWidthDown = 1
  229.   end
  230.   object Button2: TFlatButton
  231.     Left = 130
  232.     Top = 208
  233.     Width = 75
  234.     Height = 25
  235.     Cancel = True
  236.     Caption = '&Cancel'
  237.     TabOrder = 6
  238.     OnClick = Button2Click
  239.     BevelWidth = 1
  240.     BevelWidthM = 2
  241.     BevelWidthDown = 1
  242.   end
  243.   object BtnBrowse: TFlatButton
  244.     Left = 226
  245.     Top = 154
  246.     Width = 21
  247.     Height = 22
  248.     Caption = '&>>'
  249.     TabOrder = 7
  250.     OnClick = BtnBrowseClick
  251.     BevelWidth = 1
  252.     BevelWidthM = 2
  253.     BevelWidthDown = 1
  254.   end
  255.   object TreeScan: TTreeScanner
  256.     OnFileFound = TreeScanFileFound
  257.     Left = 224
  258.     Top = 11
  259.   end
  260.   object MP3Info: TMP3Info
  261.     GenreID = 12
  262.     Left = 200
  263.     Top = 3
  264.   end
  265. end
  266.